.right_fixed {
    width: 70px;
    min-height: 297px;
    background: #FFFFFF;
    box-shadow: 1px 1px 10px 0px rgba(251, 79, 20, 0.1);
    border-radius: 6px;
    position: fixed;
    bottom: -70px;
    right: 20px;
    transform: translateY(-50%);
    padding-top: 17px;
    padding: 0px 6px;
    box-sizing: border-box;
    z-index: 10000000;
}

.right_fixed .item {
    width: 100%;
    height: 74px;
    text-align: center;
    border-bottom: 1px solid #F7F7F7;
    font-size: 12px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    padding-top: 13px;
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
}

.right_fixed .item .icon {
    width: 28px;
    height: 28px;
    margin-bottom: 0px;
    box-sizing: border-box;
}

.right_fixed .item p {
    padding: 0px;
    margin: 0 auto !important;
    font-size: 12px;
}

.right_fixed .item:hover p {
    text-decoration: none;
    color: #FB4F14;
}

.item .hover_box {
    width: 185px;
    height: 204px;
    text-align: center;
    padding-top: 8px;
    position: absolute;
    right: 56px;
    top: 0px;
    display: none;
    z-index: 10000;
}

.item .hover_box .inner {
    width: 160px;
    height: 194px;
    background-color: #FFFFFF;
    border-radius: 6px;
    position: relative;
    text-align: center;
    box-shadow: 1px 1px 10px 0px rgba(251, 79, 20, 0.1);
}

.item .hover_box img {
    width: 120px;
    height: 120px;
    margin: 0 auto;
    margin-top: 20px;
}

.item .hover_box .text {
    text-align: center;
    padding: 0px;
    margin: 0 auto;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 300;
    color: #333333;
    margin-top: 11px;
}

.item .hover_box::after {
    content: ' ';
    position: absolute;
    right: 8px;
    top: 40px;
    border-width: 10px;
    border-color: transparent transparent transparent #FFFFFF;
    border-style: dotted dotted dotted solid;
}

.right_fixed .item:hover .hover_box {
    display: inline-block;
}

.item .hover_box.tel_box {
    width: 255px;
    height: 99px;
}

.item .tel_box .inner {
    width: 232px;
    height: 87px;
    padding-left: 90px;
    padding-top: 8px;
    position: relative;
    box-sizing: border-box;
}

.item .tel_box .inner img {
    width: 38px;
    height: auto;
    position: absolute;
    left: 30px;
    top: 50%;
    margin-top: 0px;
    transform: translateY(-50%);
}

.item .tel_box .inner .text {
    text-align: left;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    line-height: 22px;
}

a {
&:link,
&:visited {
     text-decoration: none;
 }
&:hover p {
     color: #FB4F14;
 }
}

.item .tel_box .inner .text_tel {
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #FB4F14;
    text-align: left;
    line-height: 22px;
}

.item .hover_box.hover_box_cop {
    top: auto;
    bottom: 0px;
    height: auto;
}

.item .hover_box.hover_box_cop .inner {
    padding-top: 12px;
    height: 186px;
}

.item .hover_box.hover_box_cop .text {
    height: 14px;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 300;
    color: #333333;
    line-height: 18px;
    padding-top: 0px;
    margin-top: 0px;
}

.item .hover_box.hover_box_cop img {
    margin-top: 12px;
}

.item .hover_box.hover_box_cop .text2 {
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    line-height: 18px;
    margin-top: 4px;
}

.item .hover_box.hover_box_cop::after {
    top: auto;
    bottom: 30px;
}